Categories : All >> Scripting >> Perl >> 
ADO (2) ADODB (1) ADSI (7) ActiveSoftware (1)
ActiveState (1) Hash (1) Io (1) Network (1)
OLE (1) RegExp (3) Regexp (1) Regular Expression (1)
Regular Expressions (1) Win32 (2) Windows (1)  
Total of 123 matching articles 
Search results : ^Scripting::Perl::

Page - 1 | 2 | 3 |

Sort by : Number | Title
Q.76richtextScripting::Perl::How to get date information of files.
Q.77richtextScripting::Perl::How to use the pattern match operator m//.
Q.78richtextScripting::Perl::How to work with directories.
Q.79richtextScripting::Perl::How to view perl manuals as plain text document.
Q.81richtextScripting::Perl::How to read one line at a time from a text file.
Q.82richtextScripting::Perl::How to open files with open().
Q.83richtextScripting::Perl::What is the difference between single quote (') and double quote (").
Q.96richtextScripting::Perl::How to sort a hash by its values.
Q.97richtextScripting::Perl:: How to declare and empty hash.
Q.98richtextScripting::Perl:: How to loop through a hash given it's hash reference.
Q.99richtextScripting::Perl:: How to pass a hash to a subroutine.
Q.100richtextScripting::Perl:: How to return a hash from a function.
Q.101richtextScripting::Perl:: How to initialize array and hash references.
Q.102richtextScripting::Perl:: How to create 2-dimensional hash , example 1.
Q.133plainScripting::Perl:: How to change the output delimiter for arrays.
Q.137plainScripting::Perl:: How to display all elements in a LIST.
Q.138plainScripting::Perl:: How to strip spaces from the beginning or end of a string.
Q.139plainScripting::Perl:: How to lock files for exclusive use.
Q.140plainScripting::Perl:: What are the valid data types and their examples.
Q.141plainScripting::Perl:: How to scan a directory and search for files containing a specific string.
Q.142plainScripting::Perl:: How to list a directory.
Q.143plainScripting::Perl:: How to add elements to an array.
Q.144plainScripting::Perl:: How to convert a binary value to decimal.
Q.145plainScripting::Perl:: How to skip lines in data file with specific pattern.
Q.147plainScripting::Perl:: How to add GD perl extension into activeperl 5.22.
Q.148plainScripting::Perl:: How to obtain the current working directory.
Q.149plainScripting::Perl:: How to send mail using Net : : SMTP from ActivePerl distribution.
Q.154plainScripting::Perl::ADO:: How to assign value to a recordset column.
Q.155plainScripting::Perl::ADO:: How to define a subroutine to extract a database column.
Q.156plainScripting::Perl::ADSI:: How to access an object given its Distinguised Name (DN).
Q.157plainScripting::Perl::ADSI:: How to filter objects in a container.
Q.205plainScripting::Perl::ADSI:: How to display the full name aka. account Display Name - for a particular user.
Q.206plainScripting::Perl::ADSI:: How to use windows server resource kit utility query.vbs with Perl to gather user information.
Q.208plainScripting::Perl::ADSI:: How to list group objects in particular OU in a particular domain.
Q.209plainScripting::Perl::ADSI:: How to search for groups in a particular OU and display their members.
Q.210plainScripting::Perl::ADSI:: How to get the members of a domain group given the full Distinguished Name (DN) of the group.
Q.227plainScripting::Perl::How to use chdir.
Q.228plainScripting::Perl::How to display all elements in a HASH.
Q.229plainScripting::Perl::How to display all elements in a LIST.
Q.230plainScripting::Perl::What are the valid data types.
Q.231plainScripting::Perl::How to strip spaces from the beginning or end of a string.
Q.238plainScripting::Perl::How to lock files for exclusive use.
Q.252plainScripting::Perl::How to list a directory.
Q.304plainScripting::Perl::How to add elements to an array.
Q.310plainScripting::Perl::How to convert a binary value to decimal.
Q.349plainScripting::Perl::How to skip lines in data file with specific pattern.
Q.384richtextScripting::Perl:: How to replace multiple matches of same pattern in a string.
Q.394plainScripting::Perl::How to add GD perl extension into activeperl 5.22.
Q.397plainScripting::Perl::How to obtain the current working directory.
Q.398plainScripting::Perl::How to send mail with attachment using Net : : SMTP.
Q.407plainScripting::Perl::How to process the output of an operating system command.
Q.427plainScripting::Perl::How to get system date and time using Perl.
Q.428plainScripting::Perl::How to declare and use functions.
Q.429plainScripting::Perl::How to use system environment variables.
Q.459plainScripting::Perl::How to specify the reference to a variable.
Q.465plainScripting::Perl::How to negate a charater in regular expressions.
Q.488plainScripting::Perl::How to skip processing errors from operating system command.
Q.489plainScripting::Perl::How to remove trailing blanks from a string.
Q.554plainScripting::Perl::how to extract a specific substring from a bigger string.
Q.563plainScripting::Perl::How to define a subroutine to find maximum and minimum.